Simple evaluation
Description
Simple evaluation is a Process Entry in the Conditions Plugin for Process Studio Processes. Simple evaluation evaluates the contents of a variable or a field in the result stream ( If the result stream has multiple rows, the first row will be evaluated.). You can draw a main hop and an error handling hop from this step to handle true or false results of Simple Evaluation
Configurations
No. | Field Name | Description |
---|---|---|
1 | Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
Evaluate | Select this to evaluate a ‘variable set before’ or ‘Field from previous result’. | |
Source: | ||
1 | Evaluate | Choose ‘variable set before’. |
2 | Variable name | Enter the variable name using the usual syntax |
3 | Type | The type of your variable |
Success On: | ||
4 | Success when variable set | When this option is selected, the true path is followed when the |
variable is set. Note: The process entry checks if the variable is defined, so an empty or null value is also true. When testing this within Process Studio you need to delete the line with the variable in the variables section of the Execute a process window. And remember: Once this variable is set, the variable keeps existing, even when deleting it from the list. | ||
5 | Success condition | Select the condition to be met for a successful result. |
6 | Value | Value to compare the variable to. |
Source: | ||
1 | Evaluate | Field from previous result |
2 | Field name | Enter the field name from the result row |
3 | Type | The type of your field |
Success On: | ||
4 | Success condition \ Select the condition to be met for a successful result (Equal/Non equal/etc.) | |
5 | Value | Value to compare the field to |